Jump to content

DefaultRowHeight in UniStringGrid Don't apply


Ario.Paxaz

Recommended Posts

Hi

 

I want Create UniCalendarPanel for Jalali(Persian) Calendar.

And now ,I want set  cells size in UniStringGrid in the testcase.

I want  It is similar to UniCalendarPanel ,and when the parent form of UniStringGrid resized ,the cell also resize .

 

 

http://uupload.ir/view/nouu_unicalendar_persian.rar

 
 
Best Regards.
Link to comment
Share on other sites

Hi,

 

Maybe something like this:

 

1. ... CustomCSS:

.SGCal .x-grid-table {
    height: 100%;
}

.SGCal .x-grid-cell-inner{
    background-color:  transparent !important;
}

2. SGCal -> ForceFit = True

 

3. SGCal -> ... -> beforeInit fn:

function beforeInit(sender, config)
{
    config.cls = "SGCal";
}
Link to comment
Share on other sites

  • 10 months later...

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...