Search Results

Type: Posts; User: siyahgul

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. hi again.

    My code is running. thank you for helping. I hope that helps others.

    good work.
  2. hi.

    https://examples4.ext.net/#/GridPanel/Spreadsheet/Select_Programmatically/

    Server Error in '/' Application.

    The current identity (SAGE\example_extnet_web4) does not have write access to...
  3. hi.
    very thank you.
    I love ext.net
    good work.
  4. <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    <style type="text/css">
    .spanned_cell {
    position: absolute;
    ...
  5. Hum. I have to try something.
    thank you.
    good working.
  6. hi.
    http://jsfiddle.net/wQSQM/3/
    I suggest you look at this address.
    good work.
  7. http://docs.sencha.com/extjs/6.0/6.0.2-classic/#!/api/Ext.grid.selection.Cells

    How to use eachRow and eachCell in Ext.grid.selection.Cells.
    I can't find examples.
  8. clear history and recreate project :)
  9. hi.



    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
    <form id="form1" runat="server">
  10. Thank you. problem is solved.
  11. public class StoreExtended : Store
    {
    protected override void OnInit(EventArgs e)
    {
    this.AddAfterClientInitScript("alert('aa');");
    base.OnInit(e);
    }
    }
  12. hi.


    store1.AddAfterClientInitScript("alert('test');");

    good working.
  13. Phantom did not help me.I found a solution. thank you.



    store.rejectChanges = function()
    {
    var j=this,k=j.getRejectRecords(),g=k.length,d,b,a,h,c,e;
    Ext.suspendLayouts();...
  14. hi.
    fabricio.murta

    I know "Add and remove Handler". "Add and remove Handler" recording is triggered by record adding or removing.
    I need add or remove records detecting with "RejectChanges"...
  15. hi.



    <!DOCTYPE html>

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
  16. Hi.

    store add multiple records after call sync method (min 8 records)



    Ext.dom.Element.override.getValue @ ext.axd?v=19999:118
    Ext.form.field.Base.override.getRawValue @ ext.axd?v=19999:585...
  17. I found my solution. But it was difficult.



    <ext:ModelField Name="tarih1" Type="String" DateFormat="Y-m-d">
    <Convert Handler="return Ext.Date.format(new...
  18. Example http://docs.sencha.com/extjs/5.1/5.1.1-apidocs/#!/api/Ext.Date



    var dt = new Date('1/10/2007 03:05:01 PM GMT-0600');
    console.log(Ext.Date.format(dt, 'Y-m-d')); ...
  19. Hi


    <ext:Store runat="server" ID="storeDeneme" DataSourceID="sdsDeneme">
    <Model>
    <ext:Model runat="server" IDProperty="test_id">
    <Fields>
    ...
  20. thank you. good work.
  21. I can not open example page.

    https://examples3.ext.net/Default.aspx?pid=Login&ReturnUrl=/Default.aspx

    arvixe web hositing login screen ?
  22. hi brother.

    yes Ext.NET v3.2.1.19974.

    add code in my js file and problem solved. thank you.



    Ext.data.ProxyStore.override({
    getRemovedRecords: function () {
  23. hi @velusoft.

    You can look at it.

    http://forums.ext.net/showthread.php?59970-CLOSED-Extjs-How-to-Create-dynamic-group-columns
  24. hi.

    cs code


    public partial class WebForm3 : System.Web.UI.Page
    {
    private int? insertedValue;

    protected void sds_Inserted(object sender, SqlDataSourceStatusEventArgs e)
  25. hi Daniil.

    problem solved. "web.config" file that you need to add the following code



    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    ...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4