[CLOSED] Checkbox SelModel width in Crisptouch theme

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Checkbox SelModel width in Crisptouch theme

    Hey Guys,
    We are using CrispTouch theme for our app. The checkbox sel model does not render correctly. The width is lesser than what is required, resulting in checkbox being cut. Check the following in crisptouch.

    https://examples3.ext.net/#/GridPane...box_Selection/

    I checked in IE Edge and Chrome.
    Last edited by fabricio.murta; Mar 24, 2017 at 5:26 PM.
  2. #2
    Hello @amitpareek!

    Specify the header width on the selection model tag. HeaderWidth="50" should do.

    Well, each theme has different padding and font sizes so the default values don't always work. If you have several grids you can either override the default value or set from code behind.

    If you use different themes, you may need to adjust the width depending on the active theme, at page load time.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello @amitpareek!

    Been some time since we replied your question and you didn't provide us feedback to this point. Do you still need help with this issue?

    We may mark this thread as closed if you don't reply in 7+ days but you will still be able to post follow-ups here after that if you need.
    Fabrício Murta
    Developer & Support Expert
  4. #4
    I will get the running sample by tomm or Tuesday.

    Thanks,
  5. #5
    Hello! Thanks for the feedback! Just if it was not clear for you, around line 305 of the example you pointed (where the selection model is defined), you can add the above mentioned setting to adjust the column width.

    It should read something like this:

    <SelectionModel>
        <ext:CheckboxSelectionModel runat="server" Mode="Multi" HeaderWidth="50" />
    </SelectionModel>
    I was able to reproduce the issue here just by changing that example you pointed to the crisp touch theme, so maybe it is not really necessary another test case here? Unless this info above didn't help at all in your scenario, of course.
    Fabrício Murta
    Developer & Support Expert
  6. #6
    Hello again, @amitpareek!

    Did the last reply help you figure out your problem, or you still need to finish the test case so we can better understand and advise you how to deal with the issue?
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. Replies: 4
    Last Post: Jan 23, 2015, 12:35 PM
  2. Replies: 1
    Last Post: Jan 30, 2014, 5:38 AM
  3. this.selModel.selectedData is null
    By hihill in forum 1.x Help
    Replies: 0
    Last Post: Jun 25, 2012, 12:32 PM
  4. GridPanel SelModel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Sep 21, 2008, 6:23 PM
  5. [FIXED] [V0.6] GridPanel and SelModel
    By Timothy in forum Bugs
    Replies: 3
    Last Post: Sep 02, 2008, 1:48 PM

Posting Permissions