Hi :

I need to show info whit a filter, like an image:But i can“t to build it, 
anybody can you hel me:

the code is like this

      public void SiteListByUser([DataBind("entity")]Dashboard entity)
        {
            PropertyBag["regions"] = MasterData.Regions;

            ChecklistDashboard dashboard = new ChecklistDashboard();
            DataTable table = new DataTable();
                
                   


                    IList<string> descriptionsList = new List<string>();
                    string stringDescriptions;

                    try
                    {
                        stringDescriptions = Params["entity.Descriptions"];
                        string[] arrayDescriptions = 
stringDescriptions.Split(',');

                        foreach (String description in arrayDescriptions)
                        {
                            descriptionsList.Add(description);
                        }
                    }
                    catch (Exception)
                    {


                    }



                    if (entity.Location.Region != null && 
entity.Location.Region.Id != Guid.Empty)
                       table = 

                  IList<Site> sites = new List<Site>();


                        PropertyBag["sites"] = sites;
                        PropertyBag["table"] = table;
                        PropertyBag["entity"] = entity;

                  
                    

        }

<https://lh4.googleusercontent.com/-kn8wsK8Vmtg/UIWFUdzxQmI/AAAAAAAAAFc/b0TJ218znNc/s1600/Untitled.png>

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/castle-project-users/-/om2OGOleX_YJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to