jQWidgets Forums
Forum Replies Created
-
Author
-
August 30, 2019 at 6:16 pm in reply to: Bug in JqxDockingLayout calculating the size of the rest of items Bug in JqxDockingLayout calculating the size of the rest of items #106638
Hello,
I have also been checking your other components, and I cannot find where you provide React support. I mean, if you want to use the components from React, you have to define the React binding yourself…, is that true? 🙁Regards
August 30, 2019 at 5:22 pm in reply to: Bug in JqxDockingLayout calculating the size of the rest of items Bug in JqxDockingLayout calculating the size of the rest of items #106637Hello,
Thanks for your answer, but I don’t contemplate switch to another component at this moment, I have a lot of code depending on that one.And sorry to disagree, please, check this another screencast, because if I don’t convert the two tabs (Solution Explorer and Properties) to a layout group, when I close them, the first column it takes the 100% of space, as it should.
The expected behavior is that when a column or layout group has no children, it should be deleted, that works that way not only on the new components you are mentioning, but on any IDE-like interface.
August 30, 2019 at 9:00 am in reply to: Bug in JqxDockingLayout calculating the size of the rest of items Bug in JqxDockingLayout calculating the size of the rest of items #106632Hello,
Thanks for your answer. Please, check this other one, this is from the demo you have on your demo page, for the fluid size for JQXDockingLayout. That is, the widths are set in %, not fixed. I’m fine with a solution in which I can change the width and refresh the jqxDockingLayout, but please, could you elaborate? What event should I listen to, so I can perform such calculation? How to refresh the items with the new widths? Thanks a lot!!February 15, 2019 at 11:06 am in reply to: jqxDockingLayout add remove documentPanel jqxDockingLayout add remove documentPanel #103988Hello,
Is there any update on this topic? I keep reading the thread and I cannot believe that tabs cannot be added/removed dynamically…Regards
October 23, 2018 at 10:10 pm in reply to: Change the data source for TreeGrid dynamically in React Change the data source for TreeGrid dynamically in React #102492I answer myself.
In order to make it work you need to change the source property, but it’s actually a method, so you have to call the source() method of the treegrid, passing the dataAdapter you want, and then, call refresh().
Regards
-
AuthorPosts