Search Results

Type: Posts; User: RRD

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. You are right. It was in IE 8. It's too slow. It is much better in Chrome, FireFox.
  2. As example you can use code from http://forums.ext.net/showthread.php?26597-Grid-issue&p=117895#post117895
  3. Is there any issue using BufferedRenderer and RowExpander at the same time?
    I have some render artifacts. If I remove either BufferedRenderer or RowExpander all is fine.
    6935


    <%@ Page...
  4. Hi,

    I have a huge GridPanel with 259 columns and 92 rows with row expander. Extjs initial script consist of 733888 symbols. This script runs 35-40 seconds. Show or hide columns and expand row...
  5. In what place do I need to put this code? I try to use Ext.onReady and Grid storeLoad and it doesn't call.
  6. How can I add data to grid with colspan without using RowBody and without removing RowExpander?
  7. I think it's a bug with 2 data inserted because if I expand and collapse row then only one data left inserted.
  8. I need RowExpander and I need to add data with colspan. How can I implement it?
  9. using System;

    namespace Ext.Net.Examples
    {
    public partial class IncorrectExpanderHeight : System.Web.UI.Page
    {
    protected void Page_Load(object sender, EventArgs e)
    {
    ...
  10. Hi.
    I am using grid with RowBody feature and GetAdditionalData function.


    function GetAdditionalDataFn(record, rowIndex, rowValues) {
    var headerCt = this.view.headerCt,
    colspan...
  11. I need to set ext:window position at the bottom of the page and width that equals page width. How to do that?
  12. There is a bug in the HTML editor in IE 9 and IE 10. In your example, you get this odd looking box that you can resize when you click on the editor control. This editor works fine in Chrome and...
  13. Thanks for help. You can close this thread.
  14. What the difference between expand by clicking "plus" and command column?
  15. I have grid with row expander and Command column. I am using Expand listener on RowExpander. When I expand column by clicking "plus" all is fine, but when I expand row using CommandColumn the new...
  16. I've updated from SVN and PrepareToolbarFn haven't called.
  17. Thanks for help. I've updated from trunk and now all is good. You can close this thread.
  18. \<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="IncorrectRowHeight.aspx.cs" Inherits="Ext.Net.Examples.IncorrectRowHeight" %>

    <!DOCTYPE html>

    <html...
  19. Hi.
    When I hide column that have multiline text, the height of the rows still multiline. I hide column on client side. How to fix it?
  20. You was right. I used Visible property. I am using hidden right now. Thanks for help. You can close this thread.
  21. Columns already invisible. I need to make them visible.
  22. I have page with Grid. All data for grid (column model etc) added in cs code. For some columns set visibility to false. I need to make this columns visible using javascript. There no this columns in...
  23. I have the next code:


    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RowExpander.aspx.cs" Inherits="Ext.Net.Examples.RowExpander" %>

    <!DOCTYPE html>

    <html...
  24. Thanks for help, Daniil. You can close this thread.
  25. Yes, I do need a RowExpander, but do not need a column with a +/-.
Results 1 to 25 of 32
Page 1 of 2 1 2