We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Resize related child table

Hello,

how i can change the width of a related child table?  I only find the width property for the parent table grid, but not for the child. The related child has the same width of the parent, i need to resize it.

Thanks in advice,
Fabio

1 Reply

JP Jeya Preetha M Syncfusion Team June 18, 2012 12:09 PM UTC

Hi Fabio,

Thank you for your interest in Syncfusion Products.

You can calculate the height and width of the dropdown grid and set the e.size property. Please try this in the "CurrentCellShowingDropDown" event.

<code>

 e.Size = New Size(width, height)

</code>

Please let me know if you have any concerns.

 

Regards,

Jeya Preetha M


Loader.
Live Chat Icon For mobile
Up arrow icon