hi,
My page has two buttons (search and print) and a grid.
Initial view is attached. (expect.PNG) . a blue line for show grid.
When clicking search button, I bind data to grid and it works well.
Print button for load popup to show a report. When I clicked print button I am getting 'what getting.PNG' like this. Grid header is loading (which I am not expecting).
My problem is I don't want to show that when clicking print button. I am quite sure that I am not binding anything to grid. I tried with set enable false to print button and thats not worked.
Here I am using Microsoft.Practices for paging (ObjectContainerDataSource) and wcsf. I am not ajaxfying to print button.
Please guide me to resolve this and I glad that if you can explain this.
regards
chap
sample code for grid I am using
My page has two buttons (search and print) and a grid.
Initial view is attached. (expect.PNG) . a blue line for show grid.
When clicking search button, I bind data to grid and it works well.
Print button for load popup to show a report. When I clicked print button I am getting 'what getting.PNG' like this. Grid header is loading (which I am not expecting).
My problem is I don't want to show that when clicking print button. I am quite sure that I am not binding anything to grid. I tried with set enable false to print button and thats not worked.
Here I am using Microsoft.Practices for paging (ObjectContainerDataSource) and wcsf. I am not ajaxfying to print button.
Please guide me to resolve this and I glad that if you can explain this.
regards
chap
sample code for grid I am using
<telerik:RadGrid ID="gridFV" AllowSorting="True" runat="server" Skin="Vista" PagerStyle-Mode="NextPrevAndNumeric" Width="98%" AutoGenerateColumns="False" GroupingSettings-CaseSensitive="false" GridLines="None" ShowStatusBar="True" OnInit="gridFV_Init" AllowPaging="true" OnNeedDataSource="gridFV_NeedDataSource">