I am working on beta trial version of telerik when I Change backcolor of panel or label control. Again change the backcolor to other color. Build the project. Now run the application. Controls showing the previous color instead of changed color.
I'm developping an mdi application where all forms inherits from ShapedForm and contain a radTitleBar dock on top. The Main form also contains a radMenu and a radToolStrip. to here nothing too complex. The problem i'm getting is when child forms are maximized i do not see the child radTitleBar anymore so impossible to minimize, close. Also when minimizing a childform, i do not see the minimized windows in the bottom parts of the mainForm??
and I've tried to change the theme under GridRowElement /root element/ GridCellBoundColumnElement to have an extra state IsSelected. But that doesn't work.
is thera a way to implement load-on-demeand or should i always load all the nodes ?
I would like to be able to set node's property on -LoadOnDemand and add some event-handlers to my treeview and can load nodes as they are needed by client and not to load them in advance
I have a table bound to a datasource that updates or gets changed frequently. The actual number of rows does not change that much or very little. The user will scroll through the table to look at various rows, but when the table refreshes, it always causes the grid to scroll back to the top row. I would like the visible rows to not scroll out of view.
One thought was to save off the current top visible row index and the then scroll to it after an update, but I can't seem to find out what it is.
If you have another solution as well that would be great.