Hello I need help to format the special rows of the grid. I send a
picture to you to be an example of what we need.
I also need to know how we can delete groups that meet a certain
condition to not display (neither the group nor its component rows). For
example I want not see groups with Total Group Sum less than 1000.
When my users are changing the hour in the time picker by typing in the numbers, they would like to be able to navigate to minutes when they press the tab key.
The desired functionality happens when they press the arrow right key, but they would like it to happen for the tab key as well.
I could not figure out how to make this happen. I tried looking in properties and I tried to intercept the tab key on all of the key events, but the tab key would not fire any key events before it went to the next control.
I'm trying to learn more about the metro style and and panorama using the demohub apps example. My question is: how are the margins set when the different controls load after clicking on the tiles such as "Gridview" example. I have created my own control and loading it from the main tile screen, however I would like for the control to fill all the white space below the header.
I'm doing a refresh on an unbound listview and trying to do BeginUpdate before clearing and re-adding items (and then EndUpdate) still shows an item as highlighted during the refresh. Any way to prevent this?
i fill the list once in the keyDown-event because the list is retrieved from a server. So i load the list when the user first presses a key. But when i set the DataSource-Property of the RadDropDownList, the text is cleared. Any solution for that problem?
Hello,
I'm adding a RadTitleBar to floating windows using the RadDock FloatingWindowCreatedEvent and then removing the floating window border through the FormBorderStyle property. However, everything I have tried so far results in a RadTitleBar that doesn't allow me to drag on it to move the window (although the buttons work correctly). Is it possible to get the RadTitleBar working with floating windows in this way, and if so, how?
Hi guys,
beforehand, i use my radtreeview without binding it to another object.
It works very nice, and i also use drag & drop facility, is very userfriendly.
No additional code needed to use this drag & drop.
and then, i use a radtreeview and bind it to datatable. the datatable has hierarchy inside it.
I use parentmember and childmember property and it works very nice.
but, when i try to use drag & drop between nodes, it becomes weird.
e.g : i've 5 node, A, B, C, D, E when i try to move node C after the node A (become the second node), it move to the last node (after E). the new position not exactly what i want.
i open the Telerik demo application for Winforms, with the chapter Treeview/Self Referencing, and i also find the same condition with my situation.
can anyone explain me about this ?
thx alot for your attention, sorry if my english is not good enouh....
Your help manual said "You need not call merge method if you want to use menu merge in a MDI application. RadMenu automatically discovers that it is placed in a child MDI form."
But, RadDock in my application can not merge child menu atumatically.
Please, show me how to merge menu of child form in menu of parent form.