Click here to Skip to main content
15,914,070 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionForce Update in form view programmatically Pin
Big Ralph27-Nov-07 3:22
Big Ralph27-Nov-07 3:22 
AnswerRe: Force Update in form view programmatically Pin
Paul Conrad28-Nov-07 16:28
professionalPaul Conrad28-Nov-07 16:28 
QuestionHow to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over Pin
zeemalik27-Nov-07 2:59
zeemalik27-Nov-07 2:59 
AnswerRe: How to call client-side Javascript function after an UpdatePanel asychronous (Ajax) request is over Pin
SABhatti27-Nov-07 5:20
SABhatti27-Nov-07 5:20 
QuestionDropdown list issue in data grid Pin
King Shez27-Nov-07 2:53
King Shez27-Nov-07 2:53 
QuestionRe: Dropdown list issue in data grid Pin
Venkatesh Mookkan27-Nov-07 3:25
Venkatesh Mookkan27-Nov-07 3:25 
AnswerRe: Dropdown list issue in data grid Pin
King Shez27-Nov-07 18:58
King Shez27-Nov-07 18:58 
AnswerRe: Dropdown list issue in data grid Pin
SABhatti27-Nov-07 5:32
SABhatti27-Nov-07 5:32 
I think you are using style sheet to fix the datagrid header. It is not possible to hide the drop down lists with just the z-index. Instead you have to use iframe to hide them. You will be setting the z-index for iframe greater than the drop down lists and z-index for your header row will be greater than the iframe. And then you will have to reposition/resize the iframe to go right beneath the header row. This way you will be able to hide the drop down lists.

If I am getting you right then I will suggest to use a separate table with just one row on top of data grid. And then on load get the header row from data grid and add it to the table. I have done it this way. There is quite a lot of javascript involved to achieve this. But if you search online you should be able to find articles.

-----

GeneralRe: Dropdown list issue in data grid Pin
King Shez27-Nov-07 18:59
King Shez27-Nov-07 18:59 
AnswerRe: Dropdown list issue in data grid Pin
SABhatti28-Nov-07 13:22
SABhatti28-Nov-07 13:22 
QuestionManage History Pin
mpavas27-Nov-07 2:37
mpavas27-Nov-07 2:37 
AnswerRe: Manage History Pin
mpavas27-Nov-07 2:53
mpavas27-Nov-07 2:53 
QuestionInstaller Problem Pin
John Gathogo27-Nov-07 1:31
John Gathogo27-Nov-07 1:31 
AnswerRe: Installer Problem Pin
Vasudevan Deepak Kumar27-Nov-07 2:09
Vasudevan Deepak Kumar27-Nov-07 2:09 
QuestionAdding Item to dropdownlist ??? Pin
phuhoa27-Nov-07 1:30
phuhoa27-Nov-07 1:30 
AnswerRe: Adding Item to dropdownlist ??? Pin
varshavmane27-Nov-07 1:45
varshavmane27-Nov-07 1:45 
AnswerRe: Adding Item to dropdownlist ??? Pin
Prashant Choudhary27-Nov-07 2:04
Prashant Choudhary27-Nov-07 2:04 
AnswerRe: Adding Item to dropdownlist ??? Pin
Vasudevan Deepak Kumar27-Nov-07 2:33
Vasudevan Deepak Kumar27-Nov-07 2:33 
QuestionReading a file Pin
varshavmane27-Nov-07 0:54
varshavmane27-Nov-07 0:54 
AnswerRe: Reading a file Pin
Christian Graus27-Nov-07 0:55
protectorChristian Graus27-Nov-07 0:55 
GeneralRe: Reading a file Pin
varshavmane27-Nov-07 0:57
varshavmane27-Nov-07 0:57 
AnswerRe: Reading a file Pin
Vasudevan Deepak Kumar27-Nov-07 2:10
Vasudevan Deepak Kumar27-Nov-07 2:10 
GeneralRe: Reading a file Pin
varshavmane27-Nov-07 2:35
varshavmane27-Nov-07 2:35 
GeneralRe: Reading a file Pin
Vasudevan Deepak Kumar27-Nov-07 3:46
Vasudevan Deepak Kumar27-Nov-07 3:46 
GeneralRe: Reading a file Pin
varshavmane27-Nov-07 19:02
varshavmane27-Nov-07 19:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.