cancel
Showing results for 
Search instead for 
Did you mean: 

Order user matrix

Former Member
0 Kudos

Hi people

I have a User Form with Matrix Object.

I want to add the functionality to him to order.

I have proven with:

oGrid.Columns.Item(pVal.ColUID).TitleObject.Click(BoCellClickType.ct_Double, 0)

But it does not work, anybody knows another way?

THANKS!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jose,

This feature is not supported in SDK yet. The code you write only perform double click event on the title of the column.

If you want to sort the matrix by column, you need to add the sorting logic by yourself. Please check this thread for more information.

Best Regards,

Nick He

Answers (1)

Answers (1)

AlexGrebennikov
Active Contributor
0 Kudos

Hi!

sorting on user Matrixes is the developer responsibility, as i know. So you shold write some code to reorder your data in matrix when User initiates it.

P.S. <i>I still work on 6.5 SDK, maybe in v2004 it is possible to sort matrix</i>

barend_morkel2
Active Contributor
0 Kudos

v2004 does not have a matrix sort method.