i need help on an isue..
wen i click on edit btn of the rad grid a postback occurs and an empty grid is displayed..
this happen only in case of mozilla firefox..
please write your initializing radgrid code in Page_load / Page_init.
Note :write your radgrid intilizing code Outside (ispostback) condotion, means every time you have to generate radgrid.
Postback is needed for editmode but you can also able to handle this thing by updatePanel or RadAjaxManager.