Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
99 views
is there any way to get a summery of for the count of records from radgrid after filtering. 
see attached example for your reference. 

thank you 
Marin Bratanov
Telerik team
 answered on 08 Nov 2018
1 answer
120 views

Hello

I'm trying to bind a List view to a JSON object, simplified to:

{
   "Data":[
      {
         "<ClaimItemID>k__BackingField":256,
         "<MasterClaim>k__BackingField":{
            "<PoliceStation>k__BackingField":"Bobville",
         },
         "<AdditionalDetails>k__BackingField":"",
         "<ItemDescription>k__BackingField":"Lilly ",
      }
   ],
   "Count":1
}

<div>#= ClaimItemID #</div>

is working as expected

but

<div>#= MasterClaim.PoliceStation #</div>

is throwing this error

Error rendering ItemTemplate in lstClaims: MasterClaim is not defined

what am i doing wrong?

 

Jason
Top achievements
Rank 1
 answered on 08 Nov 2018
1 answer
256 views

Hello,

I'm trying to figure out how to set the "SpecialDays", "RecurringEvents", and "ItemStyle-BackColor" of the rendered RadDatePicker for the RadDateTimeColumn in my RadGrid during edit mode.  I want the user to see today's date highlighted when they click on the DatePicker.  It's easy to do this in a regular RadDatePicker control, but I don't know how to do this in a RadGrid.  Any help is appreciated.

Thanks,

Shawn A.

Eyup
Telerik team
 answered on 08 Nov 2018
0 answers
222 views

I have a Parent Child Radgrid set up and need to store the page index to handle the actions of a returning to the page after a redirect.

I am trying this code in the Item Command area:

if (e.CommandName == RadGrid.PageCommandName)
            {
                GridPagerItem item = e.Item as GridPagerItem;
                GridTableView view = item.Parent.Parent.NamingContainer as GridTableView;
                if (view.Name == "child")
                {
                    string message = string.Format("Details table page index changed, current page index : {0}", view.CurrentPageIndex.ToString());
                    RadAjaxManager1.Alert(message);
 
                }
                else
                {
                    string message1 = string.Format("Parent RadGrid page index changed, current page index : {0}", RadGrid1.MasterTableView.CurrentPageIndex.ToString());
                    RadAjaxManager1.Alert(message1);
                }
 
                //************
            }

 Every time I change my page the results remain at page index = 0.  How can I get this to store the correct page index?

Perry
Top achievements
Rank 1
 asked on 07 Nov 2018
2 answers
126 views

I'm looking into replacing our current HTML editor with the Telerik version and the track changes and comments caught my eye.  But we have different user roles, where State users can enter text, images etc in the editor.  We have another group that can read the text but can not make any changes at all.  is it possible for the read-only user be able to see the tracked changes (before being accepted) and the entered comments and still not be able to make any changes?

 

thanks

 

John
Top achievements
Rank 1
 answered on 07 Nov 2018
3 answers
170 views

Hi,

would like to know if the Telerik editor supports uploading existing word document templates having macros in it and running those macros within the editor. if not, is there an alternate solution to achieve same or similar functionality? thanks in advance.

 

regards,

Rama

Marin Bratanov
Telerik team
 answered on 07 Nov 2018
5 answers
228 views

For a given diagram, is there an easy way to walk the diagram and determine, for each shape, what the interconnects are between that shape and any other shape and on what shape nodes?  For the example, in the attached workflow diagram, there are 5 shapes with interconnects as follows:

  • Shape A connects TO Shape B
  • Shape B connects TO Shape D 
  • Shape B connects TO Shape C
  • Shape C connects TO Shape A
  • Shape D connects TO Shape E

Ideally, I need to be able to divine, for each shape, all interconnects to/from other shapes along with the specific connection node and the direction of flow (based on start cap/end cap).  I have examined the diagram object of a sample workflow and the info I'm looking for appears to all be there but it putting it all together seems to be quite convoluted.  Is there perhaps a working example available that demonstrates some of what I'm attempting to do?

Thanks.

Vessy
Telerik team
 answered on 07 Nov 2018
1 answer
322 views

Hello,

I have a RadGrid with batch editing enabled.  The columns are a mixture of GridDataboundColumn and GridTemplateColumn

At the moment its configured that edit changes are saved whenever the cell being edited looses focus.

I would like to get to the point where I can have a user make an edit, then once they’ve hit the tab key it saves the cell and then moves focus to the next editable cell in the row.

I’ve enabled KeyboardNavigation but each time the grid saves its looses its place so that tab does not work.

Is this possible – Can you provide an example please?
 


Tsvetomir
Telerik team
 answered on 07 Nov 2018
7 answers
235 views
Hi,

I want to create a custom toolbar button to delete table I see there is a command DeleteTable, does this support undo/redo??

Should I be able to fire this command simply using??
editor.fire("DeleteTable");
Rumen
Telerik team
 answered on 06 Nov 2018
2 answers
176 views
I understand that when I create a custom command item template, I lose the buttons that horizontally scroll the grid which I think is a really nice featured. Can you provide the necessary steps if possible to replicate that functionality? 
Tsvetomir
Telerik team
 answered on 06 Nov 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?