Search Results

Type: Posts; User: jmilton

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. I need help finding out the differences between Coolite 0.8 textbox trapping enter key and 3.2.1

    v .08 Coolite code works:


    <ext:TextField ID="SearchStringField" runat="server"...
  2. I'm updating a Coolite 0.8 asp.net project to Ext.Net 3.2.1 (Our lastest purchase).

    I had a TabPanel with five panels in the 0.8 version. The panels were a mix of 2 HTML forms and 3 IFrame tabs....
  3. I'm having an issue getting the value from the Editor with a HTMLEditor in the code behind. I have tried getting the value from ExtraParams as well as the HTMLEditor by name.

    I have:

    ...
  4. Using the code from the Ext.net example, I need the value of the text in HtmlEditor1 :



    Server Side:
    <script runat="server">
    protected void CompleteEdit(object sender, DirectEventArgs e)...
  5. The problem appears when the height of the page causes the scrollbar to appear. The panels expand past the scrollbar.



    using System;
    using System.Collections.Generic;
    using System.Data;...
  6. My gridview has a sqldata source. do you want to fill the gridview with dummy data?
  7. I have a simple ext:panel that is collapsed on load.

    There is an asp:gridview inside the panel with the width set to 700px. When the panel loads, the panel is 100% of the width of the page. ...
  8. I am in the process of updating a project that used coolite v0.8 to v3.

    I have a link button in a gridview that when clicked loads an aspx page into an ext window and then opens the window.
    ...
  9. Daniil,

    Great. That works for myGroupID but I no longer get the ExtraParameters in:



    <ext:Parameter Name="Values" Value="Ext.encode(#{gpMyGroups}.getRowsValues())" Mode="Raw" />


    with
  10. Daniil,

    The value returned for e.ExtraParams["myGroupID"] is null.
  11. Daniil,

    Isn't that the first item in the string that is passed in the ExtraParameters and not the data from the first row of the top grid?
  12. Previously I stated:


    <SelectionModel>
    <ext:RowSelectionModel ID="rsmMyGroup" runat="server" Mode="Single" >
    <DirectEvents>
    <Select OnEvent="RowSelectGroup" Buffer="250">
    ...
  13. <ext:Store ID="storePanel2" runat="server" AutoLoad="true" DataSourceID="dsItemsInGroup" OnRefreshData="stItemsInGroup_RefreshData" >
    <Model>
    <ext:Model...
  14. I am updating a VisualStudio project and moving from Coolite to Ext.Net 2.5. My model works in the old version but will not update the details grid in the new version.

    I am using the GridPanel...
  15. <script type="text/javascript">
    var onKeyUp = function (field) {
    var v = this.processValue(this.getRawValue()),
    field;
    if (v.length < 1) {
    if...
  16. Hello,

    I have an event scheduling form with two ext:datefields, txtStartDate and txtEndDate.

    I want to set both fields to the same date when the date is changed in the txtStartDate control. I...
  17. I have a database of events for a school district that I want to display in the calendar.

    If I have a campus with no events, how do I get the calendar to display?
  18. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CalTest.aspx.cs" Inherits="CalTest" %>
    <%@ Import Namespace="System.Data" %>
    <script runat="server">
    protected void Page_Init(object...
  19. Daniil,



    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CalTest.aspx.cs" Inherits="CalTest" %>
    <%@ Import Namespace="System.Data" %>
    <script runat="server">
    protected void...
  20. I am trying to get the Calendar to bind to my data on a page level databind.

    I have a drop down list of campuses that changes the data that the calendar displays. The data does not bind to the...
  21. Value="record.data.fieldName" works fine.
  22. I'm converting a project from V1 to V3 and I am having difficulty passing parameters from a GridPanel RowSelectionModel.



    <ext:Store ID="stFindStudent" runat="server" PageSize="12">
    ...
  23. I just added window.location into the submitData function in the js.

    submitData: function (source) {
    source.submitData(null, {
    url:...
  24. I am in the process of updating some old code and ran in to a problem with the two grid post to handler (reference...
  25. I recently updated a VS 2005 project to 2013 with Ext v3 and am having an issue with a TextField DirectEvent KeyPress event.

    The old code is:



    <ext:TextField ID="SearchStringField"...
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4