This is a migrated thread and some comments may be shown as answers.

Get Filter Load Settings From Radgrid

1 Answer 68 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Mostafa
Top achievements
Rank 1
Mostafa asked on 19 Nov 2015, 07:04 AM

Hi 

I have a Rad grid. that give me a filter expression like '([Status] = 'Completed')'.But RadFilter.Load Settings() need 'AAEAAAD/////AQAAAAAAAAAQAQAAAAMAAAAKCQIAAAAJAwAAABACAAAAAgAAAAkEAAAACQUAAAAMBgAAAFhUZWxlcmlrLldlYi5VSSwgVmVyc2lvbj0yMDEzLjMuMTExNC40MCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj0xMjFmYWU3ODE2NWJhM2Q0BQMAAAAmVGVsZXJpay5XZWIuVUkuUmFkRmlsdGVyR3JvdXBPcGVyYXRpb24BAAAAB3ZhbHVlX18ACAYAAAAAAAAADAcAAABNU3lzdGVtLldlYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFBAAAABJTeXN0ZW0uV2ViLlVJLlBhaXICAAAABUZpcnN0BlNlY29uZAICBwAAAAgIAQAAAAgIAAAAAAEFAAAABAAAAAkIAAAACQkAAAABCAAAAAQAAAAGCgAAACJSYWRGaWx0ZXJFcXVhbFRvRmlsdGVyRXhwcmVzc2lvbmAxBgsAAAANU3lzdGVtLlN0cmluZxAJAAAAAgAAAAkMAAAABg0AAAAGU3RhdHVzBAwAAAAcU3lzdGVtLkNvbGxlY3Rpb25zLkFycmF5TGlzdAMAAAAGX2l0ZW1zBV9zaXplCF92ZXJzaW9uBQAACAgJDgAAAAIAAAACAAAAEA4AAAAEAAAACQ8AAAAGEAAAAAlDb21wbGV0ZWQNAgUPAAAAG1N5c3RlbS5XZWIuVUkuSW5kZXhlZFN0cmluZwEAAAAGX3ZhbHVlAQcAAAAGEQAAAAVWYWx1ZQs=' this kind of data but i can not get it from view. so please help me to How i get This kind of data From radgrid Or how i load the RadFilter using the Filter expression like '([Status] = 'Completed')' 
thanks you

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 23 Nov 2015, 01:00 PM
Hello Mostafa,

The LoadState() method for RadFilter receives the state of the control encoded in Base64 string.

If you would like to set the filter expression for RadFilter manually you can use the approach illustrated in the following online example:


With that said, would you elaborate in more detail on the behavior you would like to implement? What are your requirements and what should be the expected result?

Regards,
Viktor Tachev
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Filter
Asked by
Mostafa
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or