Hi,
Using the ajaxManager.ajaxRequest method within javascript, is there any way to pass to the server details of the current GridEditFormItem that is the container for the control triggering the postback?
For example one of the sequences of logic requires that if a date in a RadDateTimePicker changes, a routine will pass that date, another date from a further datetimepicker, a reference to an image control and a reference to a combo box to the server. On the server the information from the two dates and the combo box will then determine what image is displayed in the image control.
Now the simplest way of managing this is to grab the GridEditFormItem and get the server to act on that, then I can easily reference it's controls using the FindControl methods.
Been on this page all day and have made great progress but am hitting a brick wall now I'm on the final stage :(
Any help would be greatly appreciated.
Best Regards,
Jon
Using the ajaxManager.ajaxRequest method within javascript, is there any way to pass to the server details of the current GridEditFormItem that is the container for the control triggering the postback?
For example one of the sequences of logic requires that if a date in a RadDateTimePicker changes, a routine will pass that date, another date from a further datetimepicker, a reference to an image control and a reference to a combo box to the server. On the server the information from the two dates and the combo box will then determine what image is displayed in the image control.
Now the simplest way of managing this is to grab the GridEditFormItem and get the server to act on that, then I can easily reference it's controls using the FindControl methods.
Been on this page all day and have made great progress but am hitting a brick wall now I'm on the final stage :(
Any help would be greatly appreciated.
Best Regards,
Jon