I have a related issue. Why am I unable to referenc the DropDownCalendarControl.Text or Value? What I am trying to do is change the window.status in Javascript. See the following.
It displays in the status area, but the value is "undefined".
>Ok. I have it now. I was still in the Windows form mindset. I had two lines of code trying to update the page title and update the window.status on callback. I guess they don't work. Once I commented them out, the grid started working. Now I have to get the scrollbars working. Plugging away....
>Thanks for the reply. I have been able to finally get the object and the procedure to fire properly. At this time, I am having an issue with the grid refreshing. I have an external SQL source, dropdowncalendercontrol, button for to trigger the load, a callbackpanel with a gridgroupingcontrol that has a visible property of false. On btnLoad click, I reference the date and get the data from the sql source. Then I do a databind to a datatable in memory, and make the visible property to true. This is not working. The callbackpanel keeps the window.status = "Refreshing..." I put a breakpoint in the code and it seams to finish the CallbackRefresh procedure without changing the page.
I initially had the page just constantly doing postbacks and reloading the page. I thought I would try using a callbackpanel so that the page wouldn't be refreshing. Any help would be appreciated.
>Hi James,
Thank you for choosing Syncfusion products.
Attached is the sample as per your requirement.
http://www.syncfusion.com/Support/user/uploads/Forum64453_607d1f25.zipIn the sample CallbackPanel is placed inside the ContentPlaceHolder of the MasterPlace,is referred by using its
'ClientObjectId'.
for eg: it is referred as
CallbackPanel1.callback(param);
instead referring it as __sfct100_ContentPlaceHolder2_CallbackPanel1.callback(param).
Here the CallbackPanel1 is the ClientObjectId.
Please try running the sample and let us know if it helps you.
Regards,
Valli