DataGrid 2.0 Pager Problem
Hi all,
I created a custom control by using data grid control. In this control i created 2 columns. and at runtime I inserts more columns. but when i see my pager the pager (prev next links) always comes in the 2nd column. not in the last coluns. same thing was working fine by using 1.1, but in 2.0 it is not working.
Please Help
Regards
Rohit Saxena
Yet I Still don't know the problem with 2.0 datagrid. but i found a workaround and wanted to share it with you.. in the item_created event of datagrid i checked for the (type (item,altenate item ,header or pager etc...))page type and here i m adding the attributes as colspan to the no of columns. so i resolved the problem..
but still this is just a workaround..
Regards
Rohit :)