Skip to content

Replies

0
amar
amar answered on Oct 18, 2012 10:49 PM

It worked. Thank you.

All my Ultragridcellproxy were inside a ultragroupbox and its tabindex property was stopping from selecting the cellproxy of the first cell.

Regards

0
amar
amar answered on Oct 17, 2012 10:38 PM

Also, when i Double click a row it is supposed to open the template which is working fine.

However when the Template opens I want to select a particular ultragridproxycell.

How can I achieve it.

Regards

0
amar
amar answered on Oct 17, 2012 10:17 PM

That worked. Thank you very much. 
Can you divert you to another post that I made.

http://www.infragistics.com/community/forums/p/60758/377334.aspx#377334

Regards

 

0
amar
amar answered on Oct 17, 2012 3:12 PM

Hello Mike,
I made the changes and it doesnt work for me. Does it happen to do anything with the version?

I am attaching the source code again.

All I get is a empty Row edit template with no values. and it doesnt work always?

Regards

 

0
amar
amar answered on Oct 16, 2012 4:58 PM

Hello,

It does not work as expected.

It shows the template. But the cancel and OK buttons are not working.

Also the Template position is not correct. It pushes the grid Down.

Also it does not show the Template of the Active Row. It shows a Blank Row Edit Template.

Regards

0
amar
amar answered on Oct 15, 2012 3:35 PM

Attached is the Sample Application.

0
amar
amar answered on Oct 15, 2012 3:33 PM

The following Code gives me the error.

The error in on the line where i call the show method.

"Object reference not set to an instance of an object."

Private Sub UltraGrid2_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles UltraGrid2.KeyUp
If e.KeyCode = Keys.F7 Then
 Me.UltraGrid2.ActiveRow.RowEditTemplate.Show()
End If
End Sub