Hi
radDatafilter +radGridView + radDataPager + radDomainDatasource
if the AutoLoad = "True" of raddomaindatasource is set, then the integration between the raddatafilter and raddomaindatasource works perfectly. Meaning that if there is something changed on the raddatafilter then the raddomaindatasource will automatically call the Load() method to refresh the data
However, if AutoLoad="False" , then it seems like that the radDatafilter only do the client side filter (meaning filtering items which are available in the radgridview paged).
So my question is that which event of the radDatafilter i should use in order to manually call the raddomaindatasource.Load() inside that event whenever the value on the filter has been change, or the filter is deleted (JUST LIKE THE NORMAL BEHAVIOR of raddatafilter with AutoLoad = true) but in this case it is AutoLoad = false
Note: I can only use autoload = false, because i need to do some logic for my scene and there are some bugs with the autoload=true (hard to explain, need sample project to produce it and i don't have time for that). So all of my screens right now use the AutoLoad = false and i manually fire the Load() method of the raddomaindatasource
thanks
radDatafilter +radGridView + radDataPager + radDomainDatasource
if the AutoLoad = "True" of raddomaindatasource is set, then the integration between the raddatafilter and raddomaindatasource works perfectly. Meaning that if there is something changed on the raddatafilter then the raddomaindatasource will automatically call the Load() method to refresh the data
However, if AutoLoad="False" , then it seems like that the radDatafilter only do the client side filter (meaning filtering items which are available in the radgridview paged).
So my question is that which event of the radDatafilter i should use in order to manually call the raddomaindatasource.Load() inside that event whenever the value on the filter has been change, or the filter is deleted (JUST LIKE THE NORMAL BEHAVIOR of raddatafilter with AutoLoad = true) but in this case it is AutoLoad = false
Note: I can only use autoload = false, because i need to do some logic for my scene and there are some bugs with the autoload=true (hard to explain, need sample project to produce it and i don't have time for that). So all of my screens right now use the AutoLoad = false and i manually fire the Load() method of the raddomaindatasource
thanks