Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Access Row Expansion Area of one specific row
posted

Hi everybody,

Is there a way to access the row expansion area of one specific row? I need the last row to use a different css-class than the other rows.

I only found the option to set the css-class of the RowExpAreaStyle on Grid or Band level for all rows.

E.g. In the InitializeLayout event:

e.Layout.RowExpAreaStyleDefault.CssClass = "MyCssClass" or e.Layout.Bands[1].RowExpAreaStyle.CssClass ="blabla"

Can't I also set this for one specific row?

thanks,

t_val_u