Hello,
I have a problem with GridView with frozen columns.
I have dynamically build GridView containing over 50 columns. First 4 columns are frozen. Each cell of other columns is textbox. When GridView is loaded it is nesessary to set focus in the texbox of a cell located in last column. I am doing it on client in event OnGridCreated. When focus is set frozen colunms become invisible. Frozen columns become visible again only if user moves the horizontal scroll bar to the right.
Thanks,