This question is locked. New answers and comments are not allowed.
Someone please give answer... Admin?
I have asked this similar question many times and never receive any answers from this forum. Can an admin please answer this question. It can not be such an uncommon request. Even a source example from somewhere or an alternative method would be nice.
Simple scenario...
I am using a grid which does not receive data during server side binding. I have it set to use ajax binding. In my controller I use linq to sql to pull my data records by the date and time field on the records. The range I pull by is currently hardcoded in the controller. I want this to be sent from the UI obviously.
I would like to use datetimepicker controls. One for the start date and one for the end date.
Can the grid send the values of the datetimepickers during it's ajax call to the controller?
If so, does this need to be done using a button to trigger, or can it be done when a datetimepicker value changes?
If the grid is able to refresh this way how is paging affected? If it was already sitting on page 2, will it then be sitting on page 2 of the new set of data?
Are the controls able to support this or is there a different way to accomplish the same thing using just the grid or embedded datetimepicker controls inside the grid.
SOMEONE PLEASE GIVE A LITTLE INSIGHT
I have asked this similar question many times and never receive any answers from this forum. Can an admin please answer this question. It can not be such an uncommon request. Even a source example from somewhere or an alternative method would be nice.
Simple scenario...
I am using a grid which does not receive data during server side binding. I have it set to use ajax binding. In my controller I use linq to sql to pull my data records by the date and time field on the records. The range I pull by is currently hardcoded in the controller. I want this to be sent from the UI obviously.
I would like to use datetimepicker controls. One for the start date and one for the end date.
Can the grid send the values of the datetimepickers during it's ajax call to the controller?
If so, does this need to be done using a button to trigger, or can it be done when a datetimepicker value changes?
If the grid is able to refresh this way how is paging affected? If it was already sitting on page 2, will it then be sitting on page 2 of the new set of data?
Are the controls able to support this or is there a different way to accomplish the same thing using just the grid or embedded datetimepicker controls inside the grid.
SOMEONE PLEASE GIVE A LITTLE INSIGHT