﻿<?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 - WebGrid Enterprise - Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</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>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Tue, 07 Sep 2010 12:01:24 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi Patrick,&lt;/p&gt;&lt;p&gt;Would you mind to share about this WebMenuBar issue? Last times, you only shared details about paging scenario.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Mon, 06 Sep 2010 09:58:31 GMT</pubDate><dc:creator>pchanez</dc:creator><description>&lt;p&gt;Yes, but your components suite has sometimes some strange behavior. When I was using any of the version proposed here, the javascript initializing the webmenubar was stopped, causing a javascript error afterward.&lt;/p&gt;
&lt;p&gt;I finally managed to make it work, by calling the GotoLastPage on the onload javascript event of the form...&lt;/p&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Mon, 06 Sep 2010 09:38:20 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>Hi Patrick,&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;I am sorry but what is the connection with WebMenuBar? Didn't we talk about paging?&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;br /&gt;Handy&lt;/div&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Fri, 03 Sep 2010 05:36:31 GMT</pubDate><dc:creator>pchanez</dc:creator><description>&lt;p&gt;This doesn't change my problem ... the webmenubar is blocked after the page changed&lt;/p&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Wed, 01 Sep 2010 06:09:45 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;It is true you can achieve with this way. However, I think it is a little tricky since It's also call script in javascript.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Wed, 01 Sep 2010 05:22:28 GMT</pubDate><dc:creator>qq397472251</dc:creator><description>&lt;p&gt;display the last page:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;jscode:&lt;/strong&gt;&lt;/p&gt;
&lt;div&gt;&lt;pre&gt;function MoveLastPage()
{
    var grid = ISGetObject("WebGrid1");
    grid.GotoLastPage();
 } &lt;/pre&gt;&lt;p&gt;&lt;strong&gt;C#code:&lt;br /&gt;&lt;/strong&gt;&amp;nbsp; protected void Button1_Click(object sender, EventArgs e)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ScriptManager.RegisterStartupScript(this, this.GetType(), "", "MoveLastPage();", true);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Wed, 01 Sep 2010 04:28:43 GMT</pubDate><dc:creator>pchanez</dc:creator><description>&lt;p&gt;Hello Handy,&lt;/p&gt;
&lt;p&gt;I tried to do this, and on the grid it works but then the webmenubar is dead. After I change page in javascript, I got an error message this.CommandStyle is null or not an object when I pass on the menu (hover) and from that point, the menu doesn't work anymore&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Any idea ?&lt;/p&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Mon, 09 Aug 2010 15:19:10 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello Patrick,&lt;/p&gt;&lt;p&gt;Unfortunately, It could not be done for now from server side. It is only possible via client side. Please try to set it OnAfterInitialize clientside event. Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Is it possible to select the current page on server side ?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Is-it-possible-to-select-the-current-page-on-server-side-/</link><pubDate>Mon, 09 Aug 2010 09:37:33 GMT</pubDate><dc:creator>pchanez</dc:creator><description>&lt;p&gt;Is there a way to select which page is displayed in the grid on the server side ? For instance if I would like to display the last page ...&lt;/p&gt;</description></item></channel></rss>