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
Thanks Yudi,
I used some CSS to get it done.
div[id="dvWnd_mainDesktop_wndctl00_placeHolder_GRIDNAME"] > div > div:nth-child(2){ top:0px !important;}
div[id="dvWnd_mainDesktop_wndctl00_placeHolder_GRIDNAME"] div[class='mainDesktop-WindowSettings-ContainerStyle']{ padding:0 !important;}
Regards,Dev
Thanks for your reply.
But the solution does not seem to work for me.
I have the webDialog at the following location<ISWebDesktop:WebDesktopWindow> <ISWebDesktop:WebPane ContentMode="UseIFrame"> <ISWebDesktop:WebDialogBox WindowSettings-ContentMode="UseIFrame"> <ISWebDesktop:WebDialogBox WindowSettings-ContentMode="UseIFrame"> <WindowSettings WindowHeaderHeight="0"> </WindowSettings> </ISWebDesktop:WebDialogBox>
Hi Yudi,
Is there any way I can set custom tooltip for each cell for a grid where BindingOperationMode="ClientBinding".
I trying to use the below function but it’s not working.
function OnSynchronizeCell(gridId, cell) { var grid = ISGetObject(gridId); if (cell.Name = "Percent") { cell.TooltipText = cell.Text/100 + "%"; } }
Hi,
For a workaround can we have two header rows in a grid i.e.one header and other sub header?
Hi Hans,
Is there a way I can omit one row from getting sorted.
I have below grid
Sl. No
Name
Mob. No.
ID Mo.
Numeric Value
Alphabetical Value
1
Dev
123456789
555444666
2
Ashish
987654321
666444555
On click of the column header I don’t want the row-0 to change its position.
Regards, Dev
if(window.addEventListener)window.addEventListener('resize', ResizeWindow, false); else if(window.attachEvent) window.attachEvent('onresize', ResizeWindow);
Where ResizeWindow will calls the DoResize() and the code in my last post.
Please do take Yudi's help more than me as he can always get in touch with developer's.
Thanks for sample code.
The solution provided by you works fine.
Thanks, Dev
Thanks for the workaround. It solved my problem.
But this is not working if I use the “Reset” option in thecontext menu.
On grid initiation I am setting the background colour for the Header now if the user removes the column and add it back the colour should come back as well.
Using the “OnColumnChanged” event I am able to handle the “Apply” click but I am not getting any event for “Reset” click.
Please suggest a solution.
Regards Dev
I am trying to add the background colour to the header when column is added from the context menu.
I tried to add the code provided by you as shown below, but its throwing JavaScript error “Unable to get property 'style’ of undefined ornull reference”.
function OnColumnChanged(controlId, tblName, colName, action){
if(action == "Added")
if(ISGetObject(controlId).RootTable.GetColumn(colName).AllowGrouping == "Yes") {
ISGetObject(controlId).RootTable.GetColumn(colName). GetElement().style.backgroundColor = "Red";
}
} }
Can you please tell what’s wrong with this implementation and a way to achieve the given scenario?
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