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,
please go through the code i have mentioned above. This is exactly how mentioned in your sample. In my case also i am calling it from javascript (clear from my first code snippet).
My problem is if i specify serviceurl page, it continuesly loading that page. And this is a overhead for me. If i did't mention the serviceurl , i am getting the popup box with warning "Serviceurl has not been specified. the control is running in disabled mode " . But my scenario is working even if i am not mention the serviceurl.
is there any way to avoid this warning message?
thanks and regards
ca
did you check it with grouped grid.
I am getting incorrect answer, because my grid is grouped by date field. the row count is not coming correctly .
i also tried the
var grid = ISGetObject("WebGrid1"); var selectedObject = grid.GetSelectedObject(); if (selectedObject != null) { var selectedRow = selectedObject.ToRowObject(); var pos= selectedRow.Position ; alert(pos); var rowEl = grid.RootTable.GetRow(pos).RowElement; for (var i = 1; i < rowEl.cells.length; i++) { alert(rowEl.cells[3].style.backgroundColor) } }
but here i am getting incorrect row position. so incorrect background
please help me.
thank you for your hint. i have successfull found out the solution using the OnCellClick client side event
and with following code
function DoCellClick(gridId, tblName, rowIdx, cellIdx, cellElm){ alert(cellElm.style.backgroundColor); return true; }
thank you for your reply. here i need to get the backgroud color from OnCellClick event . Because my scenario is something like this. In my webgrid , i am keeping one cell as a hyperlink to some pdf file. And i want to check the backround color and change the color only when user click on that particular cell.
the example you provided not contain the option to upload image from local computer. I added the extra needed step . Everything working fine. but some times i am getting the same error.
thanks for yor quick response.
I used "refreshall()" to refresh the grid from client side.
I solve the problem by using "refresh()" to refresh grid.
i have solved the probelm, by changing the defaultstylemode from win7 to Elegant.
The problem still exist for win7 style.
can you please send me one sample file. or link to sample....
As you asked, here i am attaching four file with this message. The files are as given belo0w,
1. before-image : this is how my original html look when open in browser.
2. after-image : this is how the html file look in browser after just saving to new file using webeditor.
3. before-page : my original html file.
4. after-page : the html page after saving using webeditor.
Here is the some of information which my help you to trouble shoot,
1. i am using Firefox 3.6.3 browser
2. How i load content from file and how i save content to file is clearly mentioned in the previous post.
3. i have noticed one extra line of as given below, if i remove it manually, i am getting page perfectly. This line of html code is also mentioned in the previous post.
4. If i open the html page directly by double clicking , iam not getting any border. But everything coming if i host it in iis or running inside a webproject.
Hi Handy Surya
As you said, i have given the request. Can you please tell me. is this feature added in R2 relase. If so please send me one example.
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