
Nikhil Jain
Top achievements
Rank 1
Nikhil Jain
asked on 10 Jun 2011, 02:11 PM
Hi.
I want to know, How can i achieve the func for disabling the certain rows in my grid which are not fulfill the criteria. For eg. I just want to enable only those rows whose shiptime is today. I' using the MVVM pattern.
I want to know, How can i achieve the func for disabling the certain rows in my grid which are not fulfill the criteria. For eg. I just want to enable only those rows whose shiptime is today. I' using the MVVM pattern.
4 Answers, 1 is accepted
0
Hi,
Vlad
the Telerik team
Have you checked our conditional style selectors demos?
All the best,Vlad
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

Nikhil Jain
Top achievements
Rank 1
answered on 10 Jun 2011, 03:24 PM
yeah, I checked that demo, But Its not helping me. suggest the solution with small sample in MVVM.
0
Hello,
Vlad
the Telerik team
Our style selectors demos are MVVM. Can you clarify what exactly didn't helped?
Greetings,Vlad
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

Nikhil Jain
Top achievements
Rank 1
answered on 10 Jun 2011, 04:32 PM
The logic and business rules are written in viewmodel. therefore i can't create any sperate class for my logic.