Hello,
How do I get the GridViewGroupRow from the grid? There is a post here http://www.telerik.com/forums/radgridview-opening-groups-programmatically that indicates you can do this through the radgridview.Items.Groups, but this returns an IGroup, which does not have the IsExapnded property that GridViewGroupRow object has.
I would like to loop through the groups and expand/collapse groups based on certain criteria, but I don't know how to get the GridViewGroupRow.
Thanks,
Scott
Hi All
We have a telerik datagrid wherein we define a row validity based on properties of other rows (objects).
so as soon as one row's validation fails, all the related row turn red as well, but when we make data changes to pass the validation, the row under edit turns back to normal color but others still remain RED.
So my question is, when all rows turn red as soon as their validation fails why they don't turn back to normal as soon as validation passes ?
Thanks
M.
Hi,
I want to place the controls just beside the minimize button of the ribbon view.
We can see few controls near the minimize button in VS2013. I have attached the screenshot.
Please help us to place the controls as the same way.
Hi
I am new to the telerik world. I am currently working in a code base that uses a mixture of Telerik winforms (15.1.331) and telerik wpf controls (15.1.401). The application has a custom tssp file for winform elements that sets elements in a style. It also uses builtin Expression-DarkTheme for all wpf controls. My goal is to make both winforms buttons and wpf buttons look the same. I would like to know what is the best approach?
Is there a way to create a wpf button theme from the winform radbutton style in the tssp file and apply it across the solution?
Thanks
Venkat

Downloaded the trial version and some documentation earlier today..
Come on guys: ​Each and every time I run my test app, I am getting a modal dialog. I know, I know that I am running the trial version.
Next it opens a new browser windows on Telerik website.This is crazy...
And this will definitely not do anything to convince me to purchase the product.
I need to evaluate the Chart components in real situations (with plenty of data) and my eval will require some time..
So is there any way to bypass the dialog or at least the opening of the browser window?
Thanks,
L.T

I have an issue with loading layout that causes the floating panes appear in a sequence, not at the same time as i like it to be. Is there any way of achieving this?
This is how i currently do it:
In the ElementLoaded event i set the pane to be IsHidden=true. So far so good. And then in my main application Loaded event i set the IsHidden=false to show the panes. Bot doing this takes exactly the same ammount of time as if i would not set them to be hidden in the ElementLoaded event.
I want all of the panes to become visible with its content all at the same time. Reason for this is we have a startup screen that is visible untill all content is loaded. It works fine with the docked panes, but not the floating ones.
/Niklas