I have a regular asp.net gridview that includes a webdatechooser control in one of the columns. The calendar works fine as is(with no styling), but I have it go through and run the loadpreset method to use a common preset style for each calendar in each row in the gridiview binding events. When it displays only the web date chooser control in the first row works by clicking on the drop down icon, none of the web date choosers in subsequent rows work when you click on the drop down icon.(The style loading appears to be working since the drop down icon is correct) Any ideas why only the first row works and none of the others do when using the LoadPreset method? (using version 7.3)
I do not want to use an infragistics grid for this particular project.
My fault. Dumb Programmer Error. Moved the load preset code from the RowCreated event on the gridview to the RowDatabound event.