[CLOSED] Problem with RowExpander Level3

  1. #1

    [CLOSED] Problem with RowExpander Level3

    Attached Thumbnails Click image for larger version. 

Name:	RowExpander.png 
Views:	93 
Size:	76.0 KB 
ID:	4634  
    Last edited by Daniil; Aug 16, 2012 at 6:45 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Could you please reduce the code (there are almost 1000 lines) and place code behind directly to ASPX wrapping in <script>?
    <script runat="server">
        //code behind
    </script>
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Could you please reduce the code (there are almost 1000 lines) and place code behind directly to ASPX wrapping in <script>?
    <script runat="server">
        //code behind
    </script>
    Hi Daniil, in one moment I have it.
  4. #4
  5. #5
    A "-" should not be used in controls IDs. But you use "A-...". I would replace with an underscore "_".

    So, please replace
    string storeId = "sL3R0" + strProveedor;
    with
    string storeId = "sL3R0" + strProveedor.Replace("-", "_");
    with the TercerNivel DirectMethod.
  6. #6
    Quote Originally Posted by Daniil View Post
    A "-" should not be used in controls IDs. But you use "A-...". I would replace with an underscore "_".

    So, please replace
    string storeId = "sL3R0" + strProveedor;
    with
    string storeId = "sL3R0" + strProveedor.Replace("-", "_");
    with the TercerNivel DirectMethod.
    Thank you Daniil, this problem is resolve.

    Regards

Similar Threads

  1. [CLOSED] Problem with RowExpander
    By osef in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 14, 2012, 4:46 PM
  2. [CLOSED] Component focus problem in the rowExpander
    By albayrak in forum 1.x Legacy Premium Help
    Replies: 19
    Last Post: Jan 18, 2012, 7:42 AM
  3. Replies: 2
    Last Post: Aug 17, 2011, 9:58 PM
  4. [CLOSED] [1.0] RowExpander Bug
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 18, 2010, 8:43 AM
  5. [CLOSED] RowExpander
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 22, 2009, 2:53 PM

Tags for this Thread

Posting Permissions