rowDataBound GRID validation

Hi, I´m trying to read the control like in this example:

https://help.syncfusion.com/aspnet/grid/how-to/change-background-color-of-a-row-using-rowdatabound-event?cs-save-lang=1&cs-lang=html

But it does not work someone has an Idea why?

My declaration is this

HTML:

<ej:Grid runat="server" ID="Grid" AllowTextWrap="true" IsResponsive="true" AllowResizing="true" OnServerDeleteRow="gQuoteDeleteRow">

            <ClientSideEvents ActionComplete="complete" EndEdit="endEdit" EndAdd="endAdd" BatchAdd="batchAdd" RowSelected="rowselected" ContextClick="contextClick" RowDataBound="rowDataBound" />

js

 function rowDataBound(args) {

            alert("hello word"); // Is a try

        }



1 Reply

MP Manivannan Padmanaban Syncfusion Team November 11, 2021 05:45 AM UTC

Hi Raúl, 

Greetings from Syncfusion Support 

We are unable to reproduce the reported issue at our end and for your convenience we have created the sample based on the shared code example, refer to the below link for sample. 

Output 
 


After referred the above sample, still facing an issue. Please get back to us, with the below details. 
  1. Share Essential Studio Version
  2. Share the complete grid code example (both client and server end)
  3. If possible reproduce the reported issue in the shared sample or share the issue reproducible sample.

Provided information will help us, to validate further and resolve the reported issue as early as possible. 

Regards, 
Manivannan Padmanaban 


Loader.
Up arrow icon