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
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,Yudi ,
Can you explain why it must use step one("Set the column type of “Country” column to “Custom”)?
I just use step two,it seems work fine.
Hi.Handy,Is there anything new about this?
thank you all the same.Handy
I have solved The problem.
I am sorry ,I can not use your database.Could you please give a sql2000(or sql2005) database.Please see the picture!
My sql is:sql2005
function HideColumn()//hide cloumn { var grid = ISGetObject("WebGrid1"); var col = grid.RootTable.Columns.GetNamedItem("Cloumn Name"); col.Set("Visible", "false", true); grid.RefreshAll(); }
function HideColumn()//hide cloumn { var grid = ISGetObject("WebGrid1");
var col = grid.RootTable.Columns.GetNamedItem("Cloumn Name");
col.Set("Visible", "false", true);
grid.RefreshAll();
My solution seems that it only works fine on IE .I really wish your work group give a perfect solution.thanks
It is a pity for hear that.I solve the problem by my way.although it is not a perfect way.Part code is: OnAfterExitEditMode="Webgrid_Updaterow"
function Webgrid_Updaterow(controlId) { var gtest = document.getElementById(controlId + "_of"); var grid = ISGetObject(controlId); gtest.onclick = function() { if (event.srcElement == null) { ; } else if (event.srcElement.lastChild == null) { ; } else if (event.srcElement.lastChild.tagName == null) { ; } else if (event.srcElement.lastChild.tagName == "TABLE") { grid.ExitEdit(1, 0, 1); } } }
I am sorry.If I use your way,the style of webInput will seems so strange~Have anther way????
It is very sad to hear that .Can the further WebUI version set ForeColor of webinput???
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