I Use JqGrid jquery plugin, i Want to use insert popup Capability, but I’ll look into it when the controls are arranged,How can we control the order(alignment)


I would like to be in.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have no experience in RTL languages, but if I use
direction: 'rtl'option of jqGrid I have much better results as in your screen shorts:see the demo. I hope the demo will help you.
UPDATED: It seems to me there are a bug in the
ui.jqgrid.cssin the line which defines style for.ui-jqdialog-content .CaptionTD. One should removetext-align: left;from the style settings to inherit thetext-alignstyle from the parent. One can fix the problem by including the following additional CSS after theui.jqgrid.cssin case of usage RTL language:The demo which uses modified CSS display the edit form as the following: