I need to update the radWindow control from a button that is located internally in the radwindow.
The scenario I have is as follows:
Since a main form I call radwindow and it displays me another form, which contains a textbox and a radgrid. When I digit something in the textbox and press down on the button to add, I need to reload the radwindow like the effect of having the radwindow.
As I do this?
sorry for my english, is not very good xD!!
Thank you for your help.
Hello,
I have a Master RadGrid that has a nested (child) RadGrid inside its NestedViewTemplate. The nested RadGrid contains multiple GridTemplateColumns. Inside one of these GridTemplateColumns I have a LinkButton (or it can it a label, it doesn't matter). I am trying to create a scenario where when the user's mouse rolls over this LinkButton a ToolTip appears that will display information about the specific LinkButton text, and when the user rolls away the tooltip disappears. The information on the tooltip will be obtained from a database query that will require an ID to be passed to it as a parameter.
I have seen a few examples of using the ToolTipManager and binding it to specific controls in a RadGrid, but none of the examples cover "Nested" RadGrids or how to send parameters. I've seen an example where it's possible to open a WebUserControl inside a ToolTip, but I have not been able to get it to work.
Is what I want to do even possible or do I have to use something like a RadWindow or JavaScript? I'd rather use the Telerik controls if possible. I'd really appreciate any help (such as an example code).
Thanks.
Is it possible to use the group by function in RadGrid also using the Skip() and Take() linq functions rather than pulling the entire table in every time? We're currently using a grid that has 40000 rows (and up to 30 columns) and using the Group By functionality takes over 2 mins to complete, causing a timeout.
Currently when I use GroupBy with Skip and Take, it just groups the entries in that particular view depending how the table is sorted (i.e. just those 50 rows) rather than the correct grouping as it would be over the full 40000 rows. Is there any way to get this to work correctly?