The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hello,
I have a GrdiDataBoundGrid bounded to a DataTable. I recently updated my Syncfusion to 1.6.1.8 (I guess) and I''''ve realized that some of the grid cells (cell type = TextBox) show the numbers being typed in, backwords: if I want to type the number 457, the number showing up is 754 (first the number 4 shows up but the cursor is in front of it. If I type then 5, the number is 54, type: 7, the number is: 754. Some of the cells behave normally. Was I doing anything wrong before, any parameters to be set ?
Second issue: why in a GDBG, if a type a number in a cell, after I tab out, the number goes away. I have a GridDataBoundGrid bounded to a DataTable (I want to use the grid, just to type in some info, that will be stored in the DataTable and then loop through the records to handle them at run time)