Hi,
All the examples I have seen are all about identifying the row of a target GridView where an item has been dropped onto.
But I need to identify the column as well. Is there a way to do this given only the e.HitTarget from the RadDropEventArgs i.e. in
void dragDropService_PreviewDragDrop(object sender, RadDropEventArgs e)
Thanks for any help.
Hi, we use the rich text editor with the ribbon bar that has all the options to edit the text, we can select the font size from the drop down, but this only have integer values, we need it to be able to type the size we desire (in this case with decimals), well at least we need a .5 (8.5, 9.5, 10.5, 11.5 and 12.5)
Is there a way to achieve this? Please
I'm using 2017 Q1
Thank you all.
Hello,
I'm using a GridView for which I'm defining some default values.
When clicking on the NewRow, it displays the default values but if the user doesn't change any of row values, the row is never validated.
In the DefaultValuesNeeded event, I'm actually defining a specific column to have a specific ID each time, and I wish this could be sufficient to be able to validate the row. This used to work in Winforms Q1 2015...
HI,
I want to add a "FilterClearButton" in every FilterCell. We are changing from Infragistics to Telerik and our users are familiar with that behaviour so I tried to create my own FilterCell but it was not working as expected. Everytime i click in my Filtercell, a EditorElement appears and my FilterClear button is not visible anymore. I think I have done smth wrong.
So has someone here tried anything similar?
Sincerely,
Dominik