﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Lounge - WebGrid double click to call server side event</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-double-click-to-call-server-side-event/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebGrid double click to call server side event</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-double-click-to-call-server-side-event/</link><pubDate>Thu, 19 Jun 2014 03:58:11 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><category>AjaxToolkit</category><category>DoubleClick</category><category>ModalPopupExtender</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;When user add a new row to WebGrid, the row will be inserted into the bottom row. WebGrid has “inline editing” feature which allow users to perform editing data right inside the cell, just like we did on MS Excel. Try to click on a cell and press Enter, now the selection becomes a textbox immediately.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;The batch update feature is supported in hierarchical WebGrid. WebGrid allows you to create new record on the parent, expand the new record, and continue to add child records consecutively. All changes across child tables are virtualized in client side. When you finished editing, simply click on Accept All Changes button provided in the status bar, WebGrid will submit all changes in a single request to the server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please try to evaluate the &lt;a href="http://live.intersoftpt.com/cs/WebGrid/BatchUpdate_Enterprise.aspx?noframe=1" target="_blank"&gt;BatchUpdate_Enterprise.aspx&lt;/a&gt; sample. It demonstrates all key features available in SmartBatchUpdate including hierarchical layout.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid double click to call server side event</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-double-click-to-call-server-side-event/</link><pubDate>Wed, 18 Jun 2014 14:07:19 GMT</pubDate><dc:creator>nacpretty@hotmail.com</dc:creator><category>WebGrid</category><category>AjaxToolkit</category><category>DoubleClick</category><category>ModalPopupExtender</category><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; How do I insert the Row in a specific position of the grid? Since mine's an hierarchical grid, the position of the row is very important for the underlying data oganization.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; Thank you&lt;/p&gt;</description></item><item><title>WebGrid double click to call server side event</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-double-click-to-call-server-side-event/</link><pubDate>Wed, 18 Jun 2014 11:08:55 GMT</pubDate><dc:creator>nacpretty@hotmail.com</dc:creator><category>WebGrid</category><category>AjaxToolkit</category><category>DoubleClick</category><category>ModalPopupExtender</category><description>Hi Yudi,
    Thank you for your reply. The samples you provided are heavily loaded on JS programming. I will use it because that's the closest we got to what we wanted. However, ideally, we'd like all that done server side.
    Just like the ajaxToolkit works, inside an UpdatePanel and all. My developers are focused on C# and I don't want them having to learn JS for specific browsers in order to become productive. 

    Thank you and I'll let you know if it works.

D</description></item><item><title>WebGrid double click to call server side event</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-double-click-to-call-server-side-event/</link><pubDate>Wed, 11 Jun 2014 05:28:09 GMT</pubDate><dc:creator>yudi</dc:creator><category>WebGrid</category><category>AjaxToolkit</category><category>DoubleClick</category><category>ModalPopupExtender</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;There is a sample named Client_ProgrammaticEdit.aspx which demonstrates WebGrid client-side API to edit the WebGrid’s content (performing insertion; editing; and deletion). The live version of this sample can be accessed in &lt;a href="http://live.intersoftpt.com/cs/WebGrid/ Client_ProgrammaticEdit.aspx?noframe=1" target="_blank"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;This sample pop up a form where user can insert new data and add it to the grid’s table; or update the current selected row.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please have the sample evaluated on your end and let us know whether it meets with your requirement or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;WebGrid also has SmartBatchUpdate feature which enables you to perform multiple editing – such as insert, edit and delete – in the client side without server contact. When you finished editing, simply click on Accept Changes button provided in the status bar, WebGrid will submit all changes in a single request to the server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please check and evaluate WebGrid BatchUpdate_Enterprise.aspx sample file and let us hear your feedback.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>WebGrid double click to call server side event</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-double-click-to-call-server-side-event/</link><pubDate>Mon, 09 Jun 2014 14:50:55 GMT</pubDate><dc:creator>nacpretty@hotmail.com</dc:creator><category>WebGrid</category><category>AjaxToolkit</category><category>DoubleClick</category><category>ModalPopupExtender</category><description>For step #3 I found this article on the Web&lt;a href="http://www.intersoftpt.com/Support/WebGrid/KB/Create-your-own-specific-row-context-menu-on-WebGrid/"&gt;http://www.intersoftpt.com/Support/WebGrid/KB/Create-your-own-specific-row-context-menu-on-WebGrid/&lt;/a&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;However, the code's still not working fine. The WebContext Menu is showing on x=0,y=0.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So, for Chrome, the js of show_coords should be changed to&lt;/div&gt;&lt;div&gt;if(IS.ie) { x = event.screenX; y = event.screenY;} else { x = event.X; y = event.Y; }&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So, Step #3 is pretty much taken care of.&amp;nbsp;&lt;/div&gt;&lt;div&gt;I'm removing the #1 requirements and adding and "Edit" option on the Context Menu. So, it's two down.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Focusing on Step #2 now.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;-- I'll keep adding up as I discover new things.&lt;/div&gt;</description></item><item><title>WebGrid double click to call server side event</title><link>http://www.intersoftsolutions.com/Community/Lounge/WebGrid-double-click-to-call-server-side-event/</link><pubDate>Mon, 09 Jun 2014 12:46:20 GMT</pubDate><dc:creator>nacpretty@hotmail.com</dc:creator><category>WebGrid</category><category>AjaxToolkit</category><category>DoubleClick</category><category>ModalPopupExtender</category><description>&lt;p&gt;Good day,&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; I'm pretty new to the Intersoft toolkit and I need to do something conceptually easy: I have Hierarchicak WebGrid, with rows in n-levels. It is a self-referencing grid so all the rows look the same. This is what I need&lt;/p&gt;&lt;p&gt;1. When I double click one of the rows, I want to trigger an ajaxToolkit.ModalPopupExtender::Show() method.&lt;/p&gt;&lt;p&gt;2. After using the Panel shown from step #1 do edit the row's properties, I want to click a button and have these changes reflected on the Grid&lt;/p&gt;&lt;p&gt;3. I want to right-click a row, and a context menu to show "Add new &amp;lt;custom object&amp;gt;"&lt;/p&gt;&lt;p&gt;4. Step #3 would trigger the same ModalPopupExtender, all blank for me to fill in the propertied for the new obj.&lt;/p&gt;&lt;p&gt;5. When I save it, I want the new row to be added right below the row I clicked on step #3.&lt;/p&gt;&lt;p&gt;My grid is built off an Array of custom objects, and I will cache the changes until the user hits "Apply"... so I'll send the changes to database.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Would anyone have a sample-code or reference pages that can help me with this?&lt;/p&gt;&lt;p&gt;Thank you so much&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Dan&lt;/p&gt;</description></item></channel></rss>