This is a migrated thread and some comments may be shown as answers.

[Solved] Hidden column appears when click refresh

1 Answer 24 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
zainul
Top achievements
Rank 1
zainul asked on 28 Oct 2010, 09:41 AM
I use grid control and hide one of the column using hidden(). When I click refresh button in the footer or sort any column, the hidden data cells of the column will appear but not the title. This column contains the primary key and I used as a reference id to search in another table. I want to hide this column because it is a GUID format. I just follow the code in the example for client-side selection for this control.

Regards
Zainul

1 Answer, 1 is accepted

Sort by
0
zainul
Top achievements
Rank 1
answered on 29 Oct 2010, 10:07 AM
I already solved the problem. There are two overloads for Hidden method. In my previous code, I used Hidden(). I changed it to another overload method which is Hidden(true) and it is working.

Regards
Zainul
Tags
Grid
Asked by
zainul
Top achievements
Rank 1
Answers by
zainul
Top achievements
Rank 1
Share this question
or