You are not logged in.

sedrok

Beginner

  • "sedrok" started this thread

Posts: 9

Date of registration: Apr 26th 2009

  • Send private message

1

Thursday, March 18th 2010, 2:01pm

How to sort the JBGrid?

How to sort the JBGrid?

sedrok

Beginner

  • "sedrok" started this thread

Posts: 9

Date of registration: Apr 26th 2009

  • Send private message

2

Thursday, March 18th 2010, 2:15pm

Accidently Found this way to activate sort :D :

Public Sub Form_Load()
JBGrid1.Parent.setAutoCreateRowSorter(True)

JBGrid1.TextMatrix(1,1) = "1"
JBGrid1.TextMatrix(2,1) = "2"

End Sub

Rate this thread
WoltLab Burning Board