This is a migrated thread and some comments may be shown as answers.

DropDownListEditor CellEditorInitialized Event not firing?

1 Answer 153 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 06 Sep 2012, 01:31 PM
Hi all,
 I have a weird thing that is happening with the CellEditorInitialized event for the RadGrid.  When I have a grid that has information saved in a database, then populate the grid with data from that database so that a use can view and change any of the information, this event, which I subscribe to, fires.  IF however, I present a blank grid to the user, so that the user can choose data to fill in the rows of a grid, the event does NOT fire and I cannot fire off logic I need.  Has anyone encountered this and if so, how did you overcome it?

The Grid has 8 visible columns, of which columns 1, 3,4,5,6 and 8 are drop down list that are populated by datatables gotten from the backend database. 

Thanks,
Eric

1 Answer, 1 is accepted

Sort by
0
Eric
Top achievements
Rank 1
answered on 06 Sep 2012, 03:51 PM
Nevermind.  I must be tired.  Forgot to add code to an overloaded constructor.  Think I'm going to bang my head on the desk now.
Tags
GridView
Asked by
Eric
Top achievements
Rank 1
Answers by
Eric
Top achievements
Rank 1
Share this question
or