Hi,
I am trying to resolve a problem with infragistics ultrawingrid. WHen i put an cell in edit mode the whole grid gets the focus but the cursor in the ultra grid still shows blinking in the edited cell of the cursor. The problem is when i use a screen reader ( for 508 compliance) the reader reads all the columns in the Grid as the focus is on the grid and not on that particular cell. I tried using the following code to get the focus back on the cell but still it does not get the focus on the cell.
If (ugTenderTyp.ActiveCell.Column.Key = "Amount") Then If (ugTenderTyp.Rows(rowindex).Cells("Amount").IsActiveCell) Then ugTenderTyp.Rows(rowindex).Cells("Amount").Activate() End If End If
please kindly help me
Hello Mithun C,
Can you please provide us with sample, so we can test this.
Hi Kaloyan
Please find attached is the sample application you have asked for.
Hello ,
I have created a case for you in our issue tracing system in order to be able to investigate this for further. Your case id is CAS-118668-M4D2N3, and I will update you for the progress of this issue through the mentioned case.
Thank you for using Infragistics Components.