We need the ability to use the underline field for each column instead of the column display name as the field in the export file. Our column display names are built dynamically and it is possible that we can have two columns display names being the same. Their underline properties will be the different, therefore, we want to use that in the export.
Any help would be great.
Thanks
Its possible add a filter of checks selected or not, and change item color according to index selected?
I use class radmultiColumnCombobox.
Hi,
I am wanting to drop and item onto a RadGridView without having to select the destination grid row first.
Is there a way to detect which row the mouse is hovering over before the drop event occurs?
I find that none of the DragDrop events are firing when the mouse button is released over the destination gridview.
MouseMove does fire, and I was trying to find the RowElement via X and Y Points. Is there a way to do this?
Many Thanks,
Martin.
I've created a custom binding navigator that inherits from the default to be able to optionally cancel the button navigation. When I add the custom navigator to the form, I don't get the default images. Instead they all use a default image like the attached image. How can I create a custom navigator with the standard button images?
This issue happens even if there is no custom code like the example below:
Public
Class
CancelBindingNavigator
Inherits
RadBindingNavigator
Protected
Overrides
Function
CreateNavigatorElement()
As
RadBindingNavigatorElement
Return
New
RadBindingNavigatorElement()
End
Function
End
Class
Hello
I have a gridview (with multiple select) in which a column contains updatable values.
When I select a row and update the value the row is selected bu the other rows are unselected
I woold like to keep in the selectedrows collections all the rows in which I have updated the value to be able to process all the selected rows simultaneously
Is there a way to achieve this ?
Thanks in advance
Pierre-Jean
Hello
I have a gridview in which I have added a GridViewCheckBoxColumn
I have not found which event is fired when I click on the check box and how to get the value of the checkbos (checked or not) without leaving the cell.
In other word how can I catch the click on the check bos and test its value.
the CellValueChanged event is fired only when I leave the cell ...
the CellClick Event allows me to get the cell but not the checkbox value ..
Any idea ?
Thanks in advance
I have a grid, and a combobox column and datetime column that I added programmatically inside the grid.
The datetime column and combobox column initially look like any other text column. However, once you click on them, a small triangle appears on their right.
In the attached pictures, the first 5 columns text column, 6th datetime and 7th combobox column. But they all look like text columns.
How can I change the initial appearance of these two columns; for example, can I display a calendar icon to the right of the DateTime column and a triangle to the right of the ComboCox column?
Hi,
I have a gridview with multiple (currently 4) rows and multiple groups (7) that I used the designer to do. Is there any way to have where some of the group with only 2 columns, can their height be spread equally along the height of the 4 rows? Right now, it's like 1,3. I would like 2, 2..
In the pic attached, the last group has 2 columns: p/s and process... p/s is only taking up 1 row, and process taking up 3 rows. I want that to be 2 rows and 2 rows. Similar for the width1,2,3, since they are 2 rows of text, I would like it to be taking up 2 rows space instead of the just row 1.
Hi,
I'm trying to use the RadPopupContainer/RadPopupEditor to replicate a numerical keypad that should pop up when requested.
To make the keys work correctly, on my previous occasion I was using windows controls. I'd watch the Leave and enter event of a textbox and the Validation of that textbox to drive the appearance of the caret to always be in the textbox whilst click controls outside it..
Im trying to replicate this using the Telerik control set and I've got all 3 events attached to the textbox sited on myRadPopupContainer and none of them are firing at all.
Any advice please?