Jump to content

UniStringGrid Change RowHeights and ColWidths value


isam

Recommended Posts

Hello , how i can change UniStringGrid RowHeights and ColWidths value

 

   i try this

      

     for I := 0 to StringGrid1.RowCount -1 do
      begin
       for j := 0 to 6 do
           begin
           StringGrid1.Cells[i,j] := '';
            StringGrid1.ColWidths[j] := 70;
             StringGrid1.RowHeights := 70;
           end;

      end;

 

but i have error " Config option: hideheiders:True<br/> ............ is not allowed in ajax request or js .... use equivalent puclic propreity ...

 

 

please i nedd help thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...