I want to align two grids side by side, one left, one right. How to do it?
Sorry for the delay Jason, I have made a test and guess what? Your solution works great!!!! :) It shines like a start. You make my life easier. Thanks again.
Here is a piece of code just in case someone else needs it:
$(function () { var containerDiv = $("#Grid1").igGrid("container"); containerDiv.css("display", "inline-block"); containerDiv = $("#Grid2").igGrid("container"); containerDiv.css("display", "inline-block"); });
Hello Luis,
Have you been able to test the implementation I provided? Please let me know if I may be of any further help.
Luis,
Thank you for the update. I'll check back in a few days if I haven't heard from you by that time. Please let me know if I can be of any other help in the meantime.
Hi Jason, I was in a hurry so haven't tested your solution yet, this week I'm going to do it, I will let you know. Thank you for your kind.
Does the approach I suggested meet your requirements?