Hi,
I am using telerik rad grid in web page with update panel and updae progress.
I also implemented pagination and it works finely.
But i got stuck when Filteration is not working.
I did following things
allowFilteringbycolumn = "true" in rad grid and master table view.
but i didn't working so far.
I didn't change any of the event of rad grid like need data source etc.
Please help!!!
I have to do it by tomorrow.!!!
Thanks in advance.
Pu
I am using telerik rad grid in web page with update panel and updae progress.
I also implemented pagination and it works finely.
But i got stuck when Filteration is not working.
I did following things
allowFilteringbycolumn = "true" in rad grid and master table view.
but i didn't working so far.
I didn't change any of the event of rad grid like need data source etc.
Please help!!!
I have to do it by tomorrow.!!!
Thanks in advance.
Pu
4 Answers, 1 is accepted
0
Hi Pu,
Did you take a look at the online demos and documentation with regard to filtering?
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grdbasicfiltering.html
If you need further assistance, please send your RadGrid declaration and relevant code-behind, so that we can see how you are binding the control and test the scenario locally.
Kind regards,
Dimo
the Telerik team
Did you take a look at the online demos and documentation with regard to filtering?
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/grdbasicfiltering.html
If you need further assistance, please send your RadGrid declaration and relevant code-behind, so that we can see how you are binding the control and test the scenario locally.
Kind regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

pu
Top achievements
Rank 1
answered on 28 Sep 2010, 02:54 PM
here is my code
<
telerik:RadGrid ID="grid1" runat="server"
EnableEmbeddedSkins="False" Width="1000px"
AllowFilteringByColumn="True" EnableViewState="false"
GridLines="Both" AllowPaging=true >
<PagerStyle Mode="NextPrevAndNumeric" AlwaysVisible="true"></PagerStyle>
<MasterTableView AllowFilteringByColumn="True" >
<EditFormSettings>
<EditColumn CancelImageUrl="Cancel.gif" EditImageUrl="Edit.gif"
InsertImageUrl="Update.gif" UpdateImageUrl="Update.gif">
</EditColumn>
</EditFormSettings>
</MasterTableView>
</telerik:RadGrid>
Thanks
Pu
0
Hello Pu,
Filtering with disabled control and page ViewState is not supported.
http://www.telerik.com/help/aspnet-ajax/grdviewstateoptimization.html
Regards,
Dimo
the Telerik team
Filtering with disabled control and page ViewState is not supported.
http://www.telerik.com/help/aspnet-ajax/grdviewstateoptimization.html
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0

pu
Top achievements
Rank 1
answered on 28 Sep 2010, 04:54 PM
Thanks Telerik Team
You are great!!!
I did enableviewstate ="true" in radgrid But there is problem ...
I implemented alphabetical paging.so if i am looking for "A" data items and typed something in filter text box .click contains then it will not show me anything but if i click on "A" again then it will show me filtered data.
what should i do now?
Thanks
Pu
You are great!!!
I did enableviewstate ="true" in radgrid But there is problem ...
I implemented alphabetical paging.so if i am looking for "A" data items and typed something in filter text box .click contains then it will not show me anything but if i click on "A" again then it will show me filtered data.
what should i do now?
Thanks
Pu