I have a textbox menu item in a submenu that isn't triggering events after the user enters a value and either clicks on the TAB or Enter key. The Validating event isn't being called.
I have the "causesValidation" property set and AcceptsTab set to False and AcceptsReturn set to False.
How do I get the validation event to trigger when the user clicks on Tab or the Enter key from this textbox?
Thanks!
Hi Progress Telerik Team,
As we know that the default value of RadToggleSwitch is true, i have such scenario that i want to make this default value false programmatically
Could you please provide me the sample code or assist me in doing so?
Thank you in advance!
Best Regards,
Ahmed
Hi Progress Telerik Team,
I am trying to implement such this scenario:
I want Custom CheckBoxColumn with two children, the first children is as an Expression from others cells at the same row,
the second children is as CheckBox bounded with FieldName
Could you please provide me the sample code or assist me in doing so?
Thank you in advance!
Best Regards,
Ahmed
Hi Telerik Team,
I am trying to create a custom CheckBoxColumn in a WinForm GridView with checkbox and text at the same cell which are bounded to database source but I am unable to figure it out on how to do that.
Could you please provide me the sample code or assist me in doing so?
Thank you in advance!
Best Regards,
Ahmed
Hi - I have a Panorama Control with 5 groups. Each group has variable number of tiles within.
Using vb.net, how can I extract the names of each tile in every group?
Thanks
Hi,
I would like to use Diagram component to draw BPMN diagram.
I need to know if it's possible to load/import a BPMN xml file to achieve this?
If not, is Telerik plan to add this functionnality?
Thanks
I need to be able to programmatically remove a new row that is still in process (cell validating), so the grid is displayed without the new row.
example: Grid displays existing rows. User clicks the "add new row" option. Enters an order number in the first cell and either tabs to the next cell or Clicks on a cell on the same row. Cell Validation is called and in the process the order they want to view process is "on hold". In this case, I pop a message and then return to the grid with no changes. The new row should be removed.
I am currently just using e.cancel and putting the user back on the order number field, but this is not ideal. It really should just remove the new row.
Is this possible?
Suggested improvements to the GridView ColumnChooser window:
Some of my grids offer more than 100 optional columns in the column chooser. Finding a column could be sped up if the column chooser offered a 'Contains' filter.
Sorting the column in the column chooser
Hide the background text on the column chooser if it's covered by column buttons. Currently if you have a full column chooser, some black points show through between the column buttons.
Regards
erwin