iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
hi i am using webcombo with multy columns and i need that the drop down div will start right to left.
best regards
Hi,
You want to the list to be specified Right to Left , correct? You will need to set header style properties >> HorizontalAlign property>> RightAlso, customize in IntializeRow event for each cell.
e.g
protected void WebCombo1_InitializeRow(object sender, ISNet.WebUI.WebCombo.RowEventArgs e) { WebComboCell ContactName = e.Row.Cells[0]; ContactName.Style.HorizontalAlign = ISNet.WebUI.HorizontalAlign.Right; }
Regards,Handy
hi Handy,
tnx for the replay.
i need that the div of the dropdown will start Right to Left
for each column your code is ok i guess (i didnt check)
please help
With my replied, you should be able to align Right for the column and header in WebCombo. But I don't quite understand about 'the div of the dropdown will start Right to Left'.
So, could you please more detail? e,g with screenshot maybe?
I
Handy
I Have attached a image that u will see the finnal result of what i need
Regards
So, you want also the search or dropdown button to be started at the left? If yes, please set at SearchButtonPosition to left. The other list items at the pop up, could be set with the previous workaround i told you. Please let me know if this is what you are looking for or not.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname