This question is locked. New answers and comments are not allowed.
How can i during StyleSelector event either cancel not to change style or send the current style back to grid?
I have encountered a difficult situation where.
1 - When I applied AlternateRowBackground the ulternate row will not be overide by styleselector - so i made custom alternaterow from style selector
2- more bad news is that styleselector will not use style base on custom global style so all colors and the disable of mouseover event will just show again when use styleselector.
3- if i set style global with x:key and set it in styleselector ... in realtime text just symply disappear.
4- so my idea is that if I could keep the style the way it is , i can change property with storyboard or something and still reserve the correct style, this will do the job?
5- if I return Null as example it will get yet another style from somewhere and not the current style.
So in all it is very difficult to manipulate color events with radgridview in realtime data?
I have encountered a difficult situation where.
1 - When I applied AlternateRowBackground the ulternate row will not be overide by styleselector - so i made custom alternaterow from style selector
2- more bad news is that styleselector will not use style base on custom global style so all colors and the disable of mouseover event will just show again when use styleselector.
3- if i set style global with x:key and set it in styleselector ... in realtime text just symply disappear.
4- so my idea is that if I could keep the style the way it is , i can change property with storyboard or something and still reserve the correct style, this will do the job?
5- if I return Null as example it will get yet another style from somewhere and not the current style.
So in all it is very difficult to manipulate color events with radgridview in realtime data?